Blazor コントロール
Item プロパティ (C1VirtualDataCollection<T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1VirtualDataCollection<T> クラス : Item プロパティ
The index.
Gets the element at the specified index in the read-only list.
シンタックス
'宣言
 
Public Overrides ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As T
public override T this[ 
   System.int index
]; {get;}

パラメータ

index
The index.

プロパティ値

The item at the specified position.
参照

C1VirtualDataCollection<T> クラス
C1VirtualDataCollection<T> メンバ